'Declaration
<NotNullAttribute()> Public Property Attribute As String
'Usage
Dim instance As UADataChangeNotificationPayload(Of TValue) Dim value As String instance.Attribute = value value = instance.Attribute
[NotNull()] public string Attribute {get; set;}
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).